[INFO] cloning repository https://github.com/guoxiangCN/raft-test-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guoxiangCN/raft-test-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FguoxiangCN%2Fraft-test-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FguoxiangCN%2Fraft-test-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9867354550c9ba92deeb859a8d6b4a5beaf986fa
[INFO] checking guoxiangCN/raft-test-demo against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FguoxiangCN%2Fraft-test-demo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/guoxiangCN/raft-test-demo
[INFO] finished tweaking git repo https://github.com/guoxiangCN/raft-test-demo
[INFO] tweaked toml for git repo https://github.com/guoxiangCN/raft-test-demo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/guoxiangCN/raft-test-demo on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/guoxiangCN/raft-test-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777
[INFO] running `Command { std: "docker" "start" "a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling crossbeam-skiplist v0.1.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking raft v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]     Checking rafttest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `raft::prelude::Message`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use raft::prelude::Message;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::format`
[INFO] [stdout]  --> src/server.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     fmt::format,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `raft::prelude::Message`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use raft::prelude::Message;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MessageType`, `RaftState`, and `Raft`
[INFO] [stdout]   --> src/server.rs:10:58
[INFO] [stdout]    |
[INFO] [stdout] 10 |     prelude::{ConfChange, EntryType, HardState, Message, MessageType},
[INFO] [stdout]    |                                                          ^^^^^^^^^^^
[INFO] [stdout] 11 |     storage::MemStorage,
[INFO] [stdout] 12 |     Config, Peer, Raft, RaftState, RawNode, StateRole,
[INFO] [stdout]    |                   ^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::format`
[INFO] [stdout]  --> src/server.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     fmt::format,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MessageType`, `RaftState`, and `Raft`
[INFO] [stdout]   --> src/server.rs:10:58
[INFO] [stdout]    |
[INFO] [stdout] 10 |     prelude::{ConfChange, EntryType, HardState, Message, MessageType},
[INFO] [stdout]    |                                                          ^^^^^^^^^^^
[INFO] [stdout] 11 |     storage::MemStorage,
[INFO] [stdout] 12 |     Config, Peer, Raft, RaftState, RawNode, StateRole,
[INFO] [stdout]    |                   ^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashMap`
[INFO] [stdout]    --> src/server.rs:308:15
[INFO] [stdout]     |
[INFO] [stdout] 308 |     use std::{collections::HashMap, time::Duration, vec};
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::HashMap`, `time::Duration`, and `vec`
[INFO] [stdout]    --> src/server.rs:308:15
[INFO] [stdout]     |
[INFO] [stdout] 308 |     use std::{collections::HashMap, time::Duration, vec};
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils`
[INFO] [stdout]    --> src/server.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |     use crate::utils;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `KvServer` and `ServerConfig`
[INFO] [stdout]    --> src/server.rs:312:17
[INFO] [stdout]     |
[INFO] [stdout] 312 |     use super::{KvServer, ServerConfig};
[INFO] [stdout]     |                 ^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `low`
[INFO] [stdout]   --> src/store.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         low: u64,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_low`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `high`
[INFO] [stdout]   --> src/store.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         high: u64,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_size`
[INFO] [stdout]   --> src/store.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         max_size: u64,
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `idx`
[INFO] [stdout]   --> src/store.rs:23:20
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn term(&self, idx: u64) -> raft::Result<u64> {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `low`
[INFO] [stdout]   --> src/store.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         low: u64,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_low`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `high`
[INFO] [stdout]   --> src/store.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         high: u64,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_size`
[INFO] [stdout]   --> src/store.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         max_size: u64,
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `idx`
[INFO] [stdout]   --> src/store.rs:23:20
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn term(&self, idx: u64) -> raft::Result<u64> {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
[INFO] running `Command { std: "docker" "inspect" "a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777", kill_on_drop: false }`
[INFO] [stdout] a2c78fd1eac429ba8957c6aafa3b9656838a3a25f99fd490a4adcc4bfc5d1777
